Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 9 - Camera Objects / Camera Objects Reference
Camera Objects Routines / Managing Cameras


Q3Camera_SetData

You can use the Q3Camera_SetData function to set the basic data associated with a camera.

TQ3Status Q3Camera_SetData (
TQ3CameraObject camera, 
const TQ3CameraData *cameraData);
camera
A camera object.
cameraData
A pointer to a camera data structure.
DESCRIPTION
The Q3Camera_SetData function sets the data associated with the camera specified by the camera parameter to the data specified by the cameraData parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996